CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 贝叶斯 分类

搜索资源列表

  1. 贝叶斯分类器在手写汉字识别中的应用

    0下载:
  2. 贝叶斯分类器在手写汉字识别中的应用-Bayesian classifier Handwritten Character Recognition Application
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:132351
    • 提供者:谭伟格
  1. NaviveBayesClassify

    0下载:
  2. 朴素贝叶斯分类,经常出现在我们的文本分类中,该分类方法简单实用,是自然语言处理常用的方法
  3. 所属分类:JSP源码/Java

  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7196
    • 提供者:zhangrui
  1. k-meansjava.rar

    1下载:
  2. 用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,,JAVA language used to achieve a classic clustering algorithm k-means, clustering and classification of different, it is the unsupervised process,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:8433
    • 提供者:刘年
  1. 基于朴素贝叶斯方法的文本分类

    3下载:
  2. 本程序实现了基于朴素贝叶斯方法的文本分类,附有源代码、实验报告、可执行程序以及语料库(包括训练集和测试集) -This procedure implements the text-based Naive Bayes classification method, with source code, test reports, executables and corpus (including the training set and test set)
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-11-27
    • 文件大小:1869824
    • 提供者:王丽静
  1. NaviveBayes2010

    0下载:
  2. 使用贝叶斯实现文本分类,也可以实现短信分类和邮件分类-Achieved using the Bayesian text classification, text classification can be achieved and mail classification
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:936769
    • 提供者:王丽静
  1. byesjava

    0下载:
  2. 贝叶斯算法文本分类的实现。。。Java语言编写-Bayesian text classification algorithm implementation. . . Java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1603824
    • 提供者:susan
  1. NaiveBayesClassifier

    0下载:
  2. 利用Java实现的贝叶斯分类器,目的是进行文本分类-Bayesian to web classify
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1933370
    • 提供者:YuPenghua
  1. Solution

    0下载:
  2. 数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1030
    • 提供者:赵芸伟
  1. beyes

    0下载:
  2. Java程序,实现朴素贝叶斯beyes文本分类!源代码,主程序,及相关安装-Bayesian classification to achieve
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1602916
    • 提供者:liyingku
  1. cJava

    0下载:
  2. 用c和Java写的贝叶斯分类器,针对垃圾邮件处理,可用于过滤垃圾邮件。-With c and the Bayesian classifier written in Java for dealing with junk e-mail can be used to filter spam.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:631517
    • 提供者:Avenway
  1. NaviveBayesClassify

    0下载:
  2. 基于朴素贝叶斯文本分类器 可进行简单的文本分类-Based on Naive Bayes text classification can be simple text classification
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:14441
    • 提供者:chubinchi
  1. bayes

    0下载:
  2. 朴素贝叶斯分类器包括了停用词的处理,结果是很不错的-Naive Bayesian classifier
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5112
    • 提供者:王鸿飞
  1. BayesClassifier

    0下载:
  2. 基于java语言实现的贝叶斯分类器,可以用于中文或者英文进行分类-Bayesian classifier based on the java language, Chinese or English can be used to classify
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:15248
    • 提供者:
  1. TreeID3

    0下载:
  2. 决策树ID3分类算法以及朴素贝叶斯分类算法可以用于数据的分类-Decision tree ID3 classification algorithm and the naive Bayesian classifier algorithm can be used for data classification
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:27650
    • 提供者:张海龙
  1. mailFiler

    0下载:
  2. 朴素贝叶斯分类算法开发的文本文件过滤器 ,使用之前需要设置训练集.-Naive Bayes classification algorithm developed by a text file filters, need to set up the training set prior to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2100584
    • 提供者:王打狗
  1. naiveBayesian-classifier

    0下载:
  2. 朴素贝叶斯分类器的JAVA版本,目前只是简单版本,希望大家一起来补充哈!-naive Bayesian classifier
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2198
    • 提供者:佐罗白
  1. bayes

    0下载:
  2. 这是一个贝叶斯分类算法的程序,可以实现数据挖掘中一般的分类功能-This is a Bayesian classification algorithm program, you can achieve the function of the general classification in data mining ...
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:255256
    • 提供者:李秀
  1. naiveByes

    0下载:
  2. 朴素贝叶斯分类器基于一个简单的假定:给定目标值时属性之间相互条件独立。(The simple Bias classifier is based on a simple assumption that attributes are independent of each other when given the target value)
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:14336
    • 提供者:luyuno_o
  1. BreastCancer

    0下载:
  2. Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:87040
    • 提供者:sasworld
« 12 3 4 »
搜珍网 www.dssz.com